GetCertificateResponse

data class GetCertificateResponse(tableNames: List<String>)

Represents response frame that is returned from Network#getCertificate operation call. Returns the DER-encoded certificate.

See also

Constructors

GetCertificateResponse
Link copied to clipboard
fun GetCertificateResponse(tableNames: List<String>)

Properties

tableNames
Link copied to clipboard
val tableNames: List<String>

Sources

jvm source
Link copied to clipboard